home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2001 June / Game.EXE_06_2001.iso / Demos / Economic War / data1.cab / Program_Executable_Files / IniSim / Scene08.ini < prev    next >
Encoding:
INI File  |  2000-11-23  |  5.7 KB  |  308 lines

  1. //Scenario ->                 POST PLAGUE
  2.  
  3. [GENERAL]
  4. ID = "8"                //ID of the Scenar
  5. Year = "2005"
  6. Month = "1"
  7. CountryNb = "4"
  8. ProductNb = "7"
  9. LabUnitCost = "500"
  10. TaxesCoef = "200"            //Multiplyer coef for taxes (*100)
  11. Round = "11"
  12. Turn = "9"
  13. VoteTime = "80"                //In Sec
  14. PJ ="4"                    //Nb of country not playable by human
  15. Scenar_ID = "8"                //ID of the scenar
  16.  
  17. [0]
  18. CountryId = "1"
  19. Name = "FRANCE"
  20. PresidentName = "FRANCE"
  21. Accounts = "7920"            //(Manpower/10)*2*(moy of the factoryConstprice(without arms))2200
  22. Expenses = "17500"            //Pop * 500
  23. Unemployment = "17"
  24. Manpower = "18"
  25. RiotRisk = "0"                //Recalculated
  26. Taxes = "5"                //Default = 5 (50%)
  27. Slushfunds = "0"            //Starting amount of slushfunds
  28. DipPts = "0"
  29. TechLevel = "0"
  30. DiploList = "Diplo_01.ini"
  31. MinisterList = "Minister_01.ini"
  32. ElectionCounter = "6"            //Months Nb!
  33. ElectionCycle = "4"            //Years Nb!
  34. StartingSectorResearch = "3"
  35. PJ="1"
  36.  
  37. [1]
  38. CountryId = "5"
  39. Name = "GERMANY"
  40. PresidentName = "GERMANY"
  41. Accounts = "9240"
  42. Expenses = "20000"
  43. Unemployment = "19"
  44. Manpower = "21"
  45. RiotRisk = "0"
  46. Taxes = "5"
  47. Slushfunds = "0"            //Starting amount of slushfunds
  48. DipPts = "13"
  49. TechLevel = "0"
  50. DiploList = "Diplo_05.ini"
  51. MinisterList = "Minister_05.ini"
  52. ElectionCounter = "6"
  53. ElectionCycle = "4"
  54. StartingSectorResearch = "0"
  55. PJ="1"
  56.  
  57. [2]
  58. CountryId = "9"
  59. Name = "SPAIN"
  60. PresidentName = "SPAIN"
  61. Accounts = "5720"
  62. Expenses = "12500"
  63. Unemployment = "12"
  64. Manpower = "13"
  65. RiotRisk = "0"
  66. Taxes = "5"
  67. Slushfunds = "0"            //Starting amount of slushfunds
  68. DipPts = "10"
  69. TechLevel = "0"
  70. DiploList = "Diplo_09.ini"
  71. MinisterList = "Minister_09.ini"
  72. ElectionCounter = "6"
  73. ElectionCycle = "4"
  74. StartingSectorResearch = "0"
  75. PJ="1"
  76.  
  77. [3]
  78. CountryId = "11"
  79. Name = "TURKEY"
  80. PresidentName = "TURKEY"
  81. Accounts = "4840"
  82. Expenses = "10000"
  83. Unemployment = "9"
  84. Manpower = "11"
  85. RiotRisk = "0"
  86. Taxes = "5"
  87. Slushfunds = "0"            //Starting amount of slushfunds
  88. DipPts = "10"
  89. TechLevel = "0"
  90. DiploList = "Diplo_11.ini"
  91. MinisterList = "Minister_11.ini"
  92. ElectionCounter = "6"
  93. ElectionCycle = "4"
  94. StartingSectorResearch = "0"
  95. PJ = "1"
  96.  
  97.  
  98.  
  99. [PRODUCT_TYPE]
  100. //First number is the index of the product, the other is the type
  101. 0 = "0"        //Arms
  102. 1 = "2"        //Water
  103. 2 = "6"        //Coal
  104. 3 = "7"        //Bread
  105. 4 = "10"    //Wine
  106. 5 = "25"    //Vaccines
  107. 6 = "29"    //Steel
  108.  
  109. Price_00 = "100"        // Starting price
  110. ConstPrice_00 = "8000"        // (X / 3) * Price * 12 mois     (X = 20)
  111. ProdPrice_00 = "33"        // Price / 3
  112. LaborNeeds_00 = "1"
  113. Sector_00 = "0"
  114. WRatio_00 = "0"            //(*100)
  115. StartingTechProdCoef_00 = "70"    //(*100)
  116.  
  117. Price_01 = "25"
  118. ConstPrice_01 = "2000"
  119. ProdPrice_01 = "8"
  120. LaborNeeds_01 = "1"
  121. Sector_01 = "1"
  122. WRatio_01 = "1387"
  123. StartingTechProdCoef_01 = "70"
  124.  
  125. Price_02 = "20"
  126. ConstPrice_02 = "1600"
  127. ProdPrice_02 = "7"
  128. LaborNeeds_02 = "1"
  129. Sector_02 = "2"
  130. WRatio_02 = "1731"
  131. StartingTechProdCoef_02 = "70"
  132.  
  133. Price_03 = "20"
  134. ConstPrice_03 = "1600"
  135. ProdPrice_03 = "7"
  136. LaborNeeds_03 = "1"
  137. Sector_03 = "2"
  138. WRatio_03 = "2312"
  139. StartingTechProdCoef_03 = "70"
  140.  
  141. Price_04 = "35"
  142. ConstPrice_04 = "2800"
  143. ProdPrice_04 = "12"
  144. LaborNeeds_04 = "1"
  145. Sector_04 = "2"
  146. WRatio_04 = "661"
  147. StartingTechProdCoef_04 = "70"
  148.  
  149. Price_05 = "45"
  150. ConstPrice_05 = "3600"
  151. ProdPrice_05 = "15"
  152. LaborNeeds_05 = "1"
  153. Sector_05 = "4"
  154. WRatio_05 = "1024"
  155. StartingTechProdCoef_05 = "70"
  156.  
  157. Price_06 = "20"
  158. ConstPrice_06 = "1600"
  159. ProdPrice_06 = "7"
  160. LaborNeeds_06 = "1"
  161. Sector_06 = "3"
  162. WRatio_06 = "2886"
  163. StartingTechProdCoef_06 = "70"
  164.  
  165.  
  166.  
  167. //Country FRANCE
  168. [COUNTRY_00]
  169. Needs_00 = "0"        //Needed every month
  170. Produ_00 = "0"        //
  171. Quant_00 = "0"        //Stock at the beginning
  172. Needs_01 = "56"        //Coef de besoins * 100
  173. Produ_01 = "0"
  174. Quant_01 = "0"
  175. Needs_02 = "70"
  176. Produ_02 = "0"
  177. Quant_02 = "0"
  178. Needs_03 = "93"
  179. Produ_03 = "0"
  180. Quant_03 = "0"
  181. Needs_04 = "27"
  182. Produ_04 = "0"
  183. Quant_04 = "0"
  184. Needs_05 = "41"
  185. Produ_05 = "0"
  186. Quant_05 = "0"
  187. Needs_06 = "116"
  188. Produ_06 = "0"
  189. Quant_06 = "0"
  190.  
  191. //Country GERMANY
  192. [COUNTRY_01]
  193. Needs_00 = "0"        //Needed every month
  194. Produ_00 = "0"        //
  195. Quant_00 = "0"        //Stock at the beginning
  196. Needs_01 = "64"        //Coef de besoins * 100
  197. Produ_01 = "0"
  198. Quant_01 = "0"
  199. Needs_02 = "80"
  200. Produ_02 = "0"
  201. Quant_02 = "0"
  202. Needs_03 = "107"
  203. Produ_03 = "0"
  204. Quant_03 = "0"
  205. Needs_04 = "31"
  206. Produ_04 = "0"
  207. Quant_04 = "0"
  208. Needs_05 = "48"
  209. Produ_05 = "0"
  210. Quant_05 = "0"
  211. Needs_06 = "134"
  212. Produ_06 = "0"
  213. Quant_06 = "0"
  214.  
  215. //Country SPAIN
  216. [COUNTRY_02]
  217. Needs_00 = "0"
  218. Produ_00 = "0"
  219. Quant_00 = "0"
  220. Needs_01 = "40"
  221. Produ_01 = "0"
  222. Quant_01 = "0"
  223. Needs_02 = "50"
  224. Produ_02 = "0"
  225. Quant_02 = "0"
  226. Needs_03 = "67"
  227. Produ_03 = "0"
  228. Quant_03 = "0"
  229. Needs_04 = "19"
  230. Produ_04 = "0"
  231. Quant_04 = "0"
  232. Needs_05 = "30"
  233. Produ_05 = "0"
  234. Quant_05 = "0"
  235. Needs_06 = "83"
  236. Produ_06 = "0"
  237. Quant_06 = "0"
  238.  
  239. //Country TURKEY
  240. [COUNTRY_03]
  241. Needs_00 = "0"
  242. Produ_00 = "0"
  243. Quant_00 = "0"
  244. Needs_01 = "33"
  245. Produ_01 = "0"
  246. Quant_01 = "0"
  247. Needs_02 = "41"
  248. Produ_02 = "0"
  249. Quant_02 = "0"
  250. Needs_03 = "55"
  251. Produ_03 = "0"
  252. Quant_03 = "0"
  253. Needs_04 = "16"
  254. Produ_04 = "0"
  255. Quant_04 = "0"
  256. Needs_05 = "24"
  257. Produ_05 = "0"
  258. Quant_05 = "0"
  259. Needs_06 = "69"
  260. Produ_06 = "0"
  261. Quant_06 = "0"
  262.  
  263.  
  264.  
  265. //BUILBING Starting Info
  266. ///////////////////////
  267. //    PALACE
  268. [BUILBING_00]
  269. ConstPrice = "0"
  270. LaborNeeds = "0"
  271. MaxCapa = "0"
  272.  
  273. //    PRISON
  274. [BUILBING_01]
  275. ConstPrice = "0"
  276. LaborNeeds = "10"
  277. MaxCapa = "25"
  278.  
  279. //    OPPOSITION
  280. [BUILBING_02]
  281. ConstPrice = "0"
  282. LaborNeeds = "0"
  283. MaxCapa = "0"
  284.  
  285. //    LABORATORY
  286. [BUILBING_03]
  287. ConstPrice = "8000"
  288. LaborNeeds = "1"
  289. MaxCapa = "0"
  290.  
  291. //    AMBASSY
  292. [BUILBING_04]
  293. ConstPrice = "1000"
  294. LaborNeeds = "0"
  295. MaxCapa = "12"
  296.  
  297. //    MEDIA
  298. [BUILBING_05]
  299. ConstPrice = "0"
  300. LaborNeeds = "0"
  301. MaxCapa = "0"
  302.  
  303. //    NUKE CENTRAL
  304. [BUILBING_06]
  305. ConstPrice = "5000"
  306. LaborNeeds = "1"
  307. MaxCapa = "0"
  308.